unqualified reference meaning in Chinese
使用了非完整式参照
Examples
- Update any unqualified reference to application with the fully qualified namespace
使用完全限定的命名空间 - This means that you must update any unqualified reference to application with the fully qualified namespace
这就是说,要获得相同的结果,必须使用完全限定的命名空间 - If code inside a nested class makes an unqualified reference to a programming element , visual basic searches for the element first in the nested class , then in its containing class , and so on out to the outermost containing element
如果嵌套类内部的代码建立了对编程元素的非限定性引用, visual basic将首先在该嵌套类中搜索该元素,然后在其包含类中搜索,一直向外直到最外层的包含元素。 - If code inside a nested structure makes an unqualified reference to a programming element , visual basic searches for the element first in the nested structure , then in its containing structure , and so on out to the outermost containing element
如果嵌套结构外的代码以非限定的方式引用某个编程元素,则visual basic会按此顺序搜索该元素:先在嵌套结构中搜索,然后在其包含结构中搜索,依此类推,一直到最外部的包含元素。